home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / 2col43.zip / READ.ME < prev    next >
Text File  |  1992-12-23  |  6KB  |  178 lines

  1. 2COL is a compressed print utility that will print 4  (or even 8 pages) on one
  2. side of a sheet of paper in 2 column format. It is intended for dot matrix and
  3. deskjet printers. Make sure your internal printer switches are set for
  4. Epson/Standard mode, not IBM mode. If you have a front panel pitch selector on
  5. your printer, it must be set to Program mode. If you are not sure about the
  6. front panel settings turn your printer off and then on immediately before
  7. running 2COL. This should reset the printer to program mode.
  8.  
  9.  
  10. PRINTING THE MANUAL:
  11.  
  12. To print the manual  on a 9-pin printer using 2col, type:
  13. 2COL 2COL.DOC (enter)
  14.  
  15. If your 9-pin printer cannot print 20 characters/inch, type:
  16. 2COL 2COL.DOC -W68 (enter)
  17.  
  18. To print the manual on a 24-pin printer, type:
  19. 2COL 2COL.DOC -Q (enter)
  20.  
  21. To print the manual on a Deskjet printer, type:
  22. 2COL 2COL.DOC -J1 -F4 (enter)
  23.  
  24.  
  25. DEMO:
  26.  
  27. To print an eight page demonstration of 2COL features, type:
  28.  
  29. DEMO2COL 9 <enter>      for 9-pin printers
  30. DEMO2COL 9 -W68 <enter> for 9-pin printers that cannot print 20 char/inch
  31. DEMO2COL 24 <enter>     for 24-pin (LQ) printers
  32. DEMO2COL J <enter>      for Deskjets
  33.  
  34.  
  35.  
  36. FILES INCLUDED:
  37.  
  38. 2COL.EXE     main program
  39. 2COL.DOC     manual
  40. 2COL.DES     long description for use by vendors or uploaders
  41. FILE_ID.DIZ  Short description for BBS systems
  42. DEMO2COL.BAT Program to demonstrate 2COL features
  43. COL.ICO      Windows Icon for 2COL
  44. 2COL.PIF     Program Information File for Windows
  45.  
  46.  
  47. WHATS NEW:
  48. 2COL43
  49. When using the -V option, 2COL will now let you modify the line spacing to
  50. either fill or eliminate partial pages at the end.
  51.  
  52. 2COL41
  53. Added option (-V) to provide a page count before printing.
  54. Fixed hang problem when trying to skip (-S) more pages than actually exist.
  55.  
  56. 2COL40:
  57. Deskjet support added:
  58. 2COL has been tested with the Deskjet 500 printer and appears OK. If you
  59. experience problems with your model, please let me know.
  60.  
  61. Fix problem with left margin (-M) option.
  62.  
  63. Restore standard DOS printer timeout value.
  64.  
  65. 2COL35
  66.  
  67. Fix problem with pathnames exceeding 30 characters.
  68.  
  69. Added option to print current date at page bottom.
  70.  
  71. Add printer initialization on second pass of odd/even printing.
  72.  
  73. Fixed problem which ocurred when using the fixpage option when printing
  74. odd/even and using the second pass option.
  75.  
  76. Added the ability to temporarily turn off options which were turned on with the
  77. customizing feature.
  78.  
  79. 2COL34
  80.  
  81. Option (-Y) to customize default settings. Eliminates the need to enter
  82. command line options every time you run the program. Eliminates the need for
  83. batch files.
  84.  
  85. Option (-?) causes 2COL to ask for filenames to print. Useful when 2COL is run
  86. from a menu or an icon. Filenames can still be entered on the command line as
  87. well.
  88.  
  89. Changed the standard default setting (-F) for the top margin from 4 lines to 0.
  90. This is a result of feedback on how most people are setting up their printers.
  91.  
  92. Modified the (-O) option, which prints odd pages only, to ask whether the user
  93. wants to print even pages next. This allows for printing both sides without
  94. rerunning the program.
  95.  
  96. A "press any key to continue" message now appears whenever 2COL displays a
  97. message at exit. This makes it possible to read error messages when run from an
  98. icon or a menu program. Under these conditions the message would disappear
  99. before it could be read.
  100.  
  101. The DOS printer timeout interval is now  decreased while 2COL is running.
  102. Some people have commented that their system appears to hang sometimes while
  103. running 2COL. This is due to the long timeout delay DOS uses for the printer
  104. before printing an error message. If a shorter timeout causes any problems, I
  105. would appreciate hearing from you. It is good practice to make sure your printer
  106. is on-line before running 2COL.
  107.  
  108. Added a 2COL icon and a PIF file for Windows.
  109.  
  110.  
  111. 2COL32
  112. Documentation improvements
  113.  
  114. 2COL30
  115. Added a DEMO2COL.BAT to illustrate 2COL features
  116.  
  117. Added a demo option (-K) which activates registered features for a one page
  118. printout.
  119.  
  120. Fixed a bug which occurred when wrapping long lines with a blank in the 81st
  121. position.
  122.  
  123.  
  124. 2COL29
  125. People were using the left margin option without reading the instructions first
  126. and were having problems. Additional warnings in LARGE PRINT were added to the
  127. documentation.
  128.  
  129.  
  130. 2COL28
  131. New Automargin feature scans each file before printing and determines optimum
  132. margin and column width settings. Very useful when you need to create a left
  133. margin for hole punching and binding.
  134.  
  135. Option added to print an exact number of pages/column, retaining all page breaks
  136. and blank lines.
  137.  
  138. Escape characters(27) are now filtered out and replaced with ASCII(254).
  139.  
  140. 2COL will now run slightly faster because trailing blanks have been eliminated
  141. from the end of each line.
  142.  
  143. Fixed bug that caused page header not to print immediately following form feed.
  144.  
  145. Line spacing control has been changed from n/72 inch to n/216 inch (n/180 for
  146. 24-pin). As a result there will be less variation in white space at the bottom
  147. of the page and lines will always be spread out as much as possible. Let me know
  148. if the change causes any problems with your printer.
  149.  
  150.  
  151.  
  152. 2COL27
  153. A left margin option has been added. Read the instructions carefully before
  154. using it.
  155.  
  156.  
  157.  
  158.  
  159. 2COL26
  160. Registered users can now direct output to a file instead of the
  161. printer. The file can then be used for printing in background while
  162. running other programs. This option can also be used to redirect output
  163. to LPT2, COM1, COM2, etc.
  164.  
  165. Also, registration requirements are now more flexible for 2col. Please read the
  166. "Registration" section of the manual.
  167.  
  168.  
  169.  
  170.  
  171. OTHER PROGRAMS:
  172.  
  173. JETCOL -  A laserjet version of 2col.Has ten specially designed soft
  174. fonts. The optimum sized font is automatically selected according to the
  175. degree of compression desired. This gives the effect of having continuously
  176. scaled fonts. Prints up to 10 pages on one side of a sheet of paper.
  177. Registration fee- $30.
  178.